const net/http.http2priorityNodeOpenRFC7540

5 uses

	net/http (current package)
		h2_bundle.go#L11483: 	http2priorityNodeOpenRFC7540 http2priorityNodeStateRFC7540 = iota
		h2_bundle.go#L11564: 		openParent = openParent || (n.state == http2priorityNodeOpenRFC7540)
		h2_bundle.go#L11661: 		curr.state = http2priorityNodeOpenRFC7540
		h2_bundle.go#L11677: 		state:  http2priorityNodeOpenRFC7540,
		h2_bundle.go#L11693: 	if ws.nodes[streamID].state != http2priorityNodeOpenRFC7540 {